use int instead of time_t to print timezone info
authorVladimir Petko <vladimir.petko@canonical.com>
Sat, 29 Nov 2025 18:56:59 +0000 (19:56 +0100)
committerMatthias Klose <doko@ubuntu.com>
Sat, 29 Nov 2025 18:56:59 +0000 (19:56 +0100)
commit23319c5d54b6f1d5f67166bf113c28996a5b0b12
tree60ddd8e895c66a65f5f9d43bc13d0eaf4e801f58
parent9a112d7c9c29e66d5bc9347571b1dba00f90d4dd
use int instead of time_t to print timezone info

Bug: https://bugs.openjdk.org/browse/JDK-8334502
Last-Update: 2024-06-19

printf() call uses %02d format specifier that requires an int parameter.

Gbp-Pq: Name jdk-8334502-proposed.patch
src/hotspot/share/runtime/os.cpp